Enhance agent merge widget for accessibility and interaction - #333973
Merged
Benjamin Christopher Simmonds (benibenj) merged 14 commits intoSep 3, 2026
Merged
Enhance agent merge widget for accessibility and interaction#333973Benjamin Christopher Simmonds (benibenj) merged 14 commits into
Benjamin Christopher Simmonds (benibenj) merged 14 commits into
Conversation
Lee Murray (mrleemurray)
enabled auto-merge (squash)
September 2, 2026 11:50
Lee Murray (mrleemurray)
marked this pull request as draft
September 2, 2026 11:50
auto-merge was automatically disabled
September 2, 2026 11:50
Pull request was converted to draft
Lee Murray (mrleemurray)
requested a review
from Benjamin Christopher Simmonds (benibenj)
September 2, 2026 11:50
Copilot started reviewing on behalf of
Lee Murray (mrleemurray)
September 2, 2026 11:50
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Multi-issue details omit the Review Feedback heading despite the described conditional-heading behavior.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Refreshes the Agent Merge chat widget for clearer status scanning, interaction, and accessibility.
Changes:
- Consolidates merge status and adopts standard PR pills.
- Adds disclosure/toggle interactions, hover behavior, reduced-motion, and high-contrast styling.
- Expands fixtures and focused tests.
File summaries
| File | Description |
|---|---|
chatWidget.fixture.ts |
Supports system-initiated fixture messages. |
chatAgentMerge.fixture.ts |
Adds interaction, theme, and in-chat scenarios. |
chatAgentMergeContentPart.test.ts |
Tests summaries, toggle state, and hover targeting. |
promptTimelineModel.test.ts |
Updates timeline expectations. |
chatRequestText.test.ts |
Updates transcript label expectations. |
chatAgentMergeContent.css |
Implements refreshed layout and interaction styling. |
chatAgentMergeContentPart.ts |
Reworks status, disclosure, message toggle, and PR rendering. |
Review details
- Files reviewed: 7/7 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Contributor
Screenshot ChangesBase: Changed (28)Added (3) |
Benjamin Christopher Simmonds (benibenj)
marked this pull request as ready for review
September 2, 2026 20:47
…ixture for darkHighContrast support
… clarity and consistency
…in chat agent merge widget
…input and suppress mouse focus
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Benjamin Christopher Simmonds (benibenj)
force-pushed
the
mrleemurray/agent-merge-widget
branch
from
September 2, 2026 21:19
166100d to
37a9b45
Compare
Benjamin Christopher Simmonds (benibenj)
enabled auto-merge (squash)
September 2, 2026 21:29
Benjamin Christopher Simmonds (benibenj)
approved these changes
Sep 2, 2026
roblourens
approved these changes
Sep 3, 2026
Benjamin Christopher Simmonds (benibenj)
merged commit Sep 3, 2026
0d41669
into
main
40 checks passed
Benjamin Christopher Simmonds (benibenj)
deleted the
mrleemurray/agent-merge-widget
branch
September 3, 2026 02:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This refreshes the Agent Merge system-initiated chat turn so review feedback, failing checks, and merge status are easier to scan without exposing machine-facing content or persistent secondary chrome.
Changes
Validation
git diff --checkpassed.Known unrelated issue: Component Explorer can report duplicate registration of
inlineChatWidget.statusPlaceholderduring HMR reloads; the Agent Merge fixtures continue to render.